strconv.decimal.RoundedInteger (method)

2 uses

	strconv (current package)
		atof.go#L379: 	mant = d.RoundedInteger()
		decimal.go#L399: func (a *decimal) RoundedInteger() uint64 {